All Questions
4 questions
6votes
0answers
118views
Fixed-radius range search in non-Euclidean space
I'm trying to find an indexing data structure most suitable for my metric space: set of IP network related data (IP addresses, ports, TCP flags, ...), distance function is continuous, non-Euclidean ...
2votes
3answers
2kviews
Finding outliers in multiple dimensions
I'm working on a dataset which isn't normally distributed. The dataset contains three dimensions like cost, discount and profit. I'm trying to find possible outliers in all these dimensions. I used ...
1vote
4answers
6kviews
Small project ideas for Machine Learning [closed]
I need some serious help. I am supposed to implement a project (Non-Existing as of now) for my Machine Learning course. I have no basics in AI or Data mining or Machine learning. I have been searching ...
10votes
2answers
2kviews
Scalable Outlier/Anomaly Detection
I am trying to setup a big data infrastructure using Hadoop, Hive, Elastic Search (amongst others), and I would like to run some algorithms over certain datasets. I would like the algorithms ...